Skip to main content

First Python library

Project description

FirstImpression Default Python Library

This library is used in Python for the scala enviroment.

Upload to PyPi

To upload your changes to pypi follow the following steps:

  • Save all your work
  • Update the version number in the setup.py
  • Run the following commands
py -m pip install wheel
py -m pip install twine
  • Make sure you go to the FirstImpression folder where setup.py is located
  • Run the following commands
py .\setup.py sdist bdist_wheel
py -m twine upload .\dist\*<YOUR_VERSION>*
  • When running this command you need to fill in the username and password of the PyPi account. This can be found in LastPass

Installing package

To install this package run

py -m pip install firstimpression #Python3
python -m pip install firstimpression #Python2

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

firstimpression-3.0.16.tar.gz (31.6 kB view hashes)

Uploaded Source

Built Distribution

firstimpression-3.0.16-py3-none-any.whl (48.5 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