Skip to main content

Package Dependency: Validates package requirements

Project description


# Link
https://pypi.python.org/pypi/fipipkg


# .pypirc
```
mkdir ~/.pypirc
chmod 600 ~/.pypirc
vim ~/.pypirc

[distutils]
index-servers =
pypi
pypitest

[pypi]
repository: https://pypi.python.org/pypi
username: <username>
password: <password>

[pypitest]
repository: https://testpypi.python.org/pypi
username: <username>
password: <password>
```

# upload
```
pip install twine
```

```
python setup.py sdist
python setup.py bdist_wheel

twine register dist/*.whl
twine upload dist/*
```


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

fipipkg-0.1.dev2.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

fipipkg-0.1.dev2-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

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