Skip to main content

HuggingFace/NLP is an open library of NLP datasets.

Project description

Simple check list for release from AllenNLP repo: https://github.com/allenai/allennlp/blob/master/setup.py

To create the package for pypi.

  1. Change the version in __init__.py, setup.py as well as docs/source/conf.py.

  2. Commit these changes with the message: “Release: VERSION”

  3. Add a tag in git to mark the release: “git tag VERSION -m’Adds tag VERSION for pypi’ ” Push the tag to git: git push –tags origin master

  4. Build both the sources and the wheel. Do not change anything in setup.py between creating the wheel and the source distribution (obviously).

    For the wheel, run: “python setup.py bdist_wheel” in the top level directory. (this will build a wheel for the python version you use to build it).

    For the sources, run: “python setup.py sdist” You should now have a /dist directory with both .whl and .tar.gz source versions.

  5. Check that everything looks correct by uploading the package to the pypi test server:

    twine upload dist/* -r pypitest (pypi suggest using twine as other methods upload files via plaintext.) You may have to specify the repository url, use the following command then: twine upload dist/* -r pypitest –repository-url=https://test.pypi.org/legacy/

    Check that you can install it in a virtualenv by running: pip install -i https://testpypi.python.org/pypi nlp

  6. Upload the final version to actual pypi: twine upload dist/* -r pypi

  7. Copy the release notes from RELEASE.md to the tag in github once everything is looking hunky-dory.

  8. Update the documentation commit in .circleci/deploy.sh for the accurate documentation to be displayed

  9. Update README.md to redirect to correct documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nlp-0.0.2.tar.gz (65.5 kB view details)

Uploaded Source

Built Distribution

nlp-0.0.2-py3-none-any.whl (84.7 kB view details)

Uploaded Python 3

File details

Details for the file nlp-0.0.2.tar.gz.

File metadata

  • Download URL: nlp-0.0.2.tar.gz
  • Upload date:
  • Size: 65.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1.post20200323 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for nlp-0.0.2.tar.gz
Algorithm Hash digest
SHA256 4cef142e9eba3bf458e15da9dbe300ce19e645759445c633919cbb4e80b255e9
MD5 ad614f289495c88ed4e2a207b0259165
BLAKE2b-256 8af36658b29dbc94092e3f7cbc7f35dd523c242d2b2ab144d6cf103590b1ddf2

See more details on using hashes here.

File details

Details for the file nlp-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: nlp-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 84.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1.post20200323 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for nlp-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3d9b8013fcc029c05c058907deee5d046a55b6eae9e39ea9cc5b6fcc3bcd794e
MD5 6b0ac55764a456c014c97da40fbff4f8
BLAKE2b-256 e9da39d51a4db0fb24209753884e20891913d66530e9ecb102dbc51a45914e69

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page