njuptxiaot / json-template

Automatically exported from code.google.com/p/json-template
0 stars 0 forks source link

release this on pypi #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I don't generally like to just copy files into my projects from SVN trunks.
I know it's just one file, but it'd be nice if this was released as a
package to pypi.

Original issue reported on code.google.com by martijn....@gmail.com on 6 Apr 2009 at 2:44

GoogleCodeExporter commented 8 years ago
Yeah we should do that... Or just release tarballs on this site.  The thing is 
that
we have Python + JavaScript + JVM.  I think people will want to use the server +
client versions together.

Basically if all tests pass it's ready to release.  There's no other testing 
possible
:)  So if you are unsure about copying things you could run the tests for now.

I'll think about the release issues... it's a little unique for this project.

Original comment by gtempacc...@yahoo.com on 7 Apr 2009 at 3:07

GoogleCodeExporter commented 8 years ago
I have strong preferences about the release process myself, so I'll just 
indicate
them. I'd prefer it the tarball worked with at least distutils (or setuptools, 
your
choice), and thus has a setup.py. I also strongly prefer for the release to be 
on
pypi, not just a release on this site. I rely on automated tools (buildout) to 
create
projects from a whole bunch of packages, and they prefer this kind of release 
(though
it can be made to work with anything). 

I'd also suggest you upload your tarball directly to pypi, as I've had some
frustration with downloading tarballs from sites that pypi just links to (those 
sites
can go down as well, introducing multiple points of failure. not that I expect
code.google.com to be down a lot, but it's the principle of the thing).

If you need help with the packaging process let me know and I can take a look 
at it
if you'd like.

Original comment by martijn....@gmail.com on 7 Apr 2009 at 8:19

GoogleCodeExporter commented 8 years ago
Sure, if there is some automatic process that you are relying on that uses 
PyPI, I
certainly don't mind if you want to check in some scripts and documentation to
standardize this process.  I will review the patches.

As mentioned, the only real release criteria now is that the tests pass, and 
that
takes like 20 seconds or less. :)

Please coordinate with me about the description and version.  Roughly I think 
the
Python version feels like a 0.5 release, no?  It's ready to use in a real 
project, so
it's not 0.1.  On the other hand, we are adding some stuff, like the formatters
conversation you see on the mailing list.  (Although that's not in the core 
language.)

This would only cover the Python case though.

Original comment by andy.cho...@gmail.com on 7 Apr 2009 at 9:57

GoogleCodeExporter commented 8 years ago
Martijn, thanks for taking care of this.

Original comment by gtempacc...@yahoo.com on 1 Jun 2009 at 6:26