Pyrcs

Latest version: v1.0.1

Safety actively analyzes 724424 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.2.7

(*18 July 2020*)

Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.2.6...0.2.7) since [0.2.6](https://pypi.org/project/pyrcs/0.2.6/):

- Renamed the sub-packages (with modifications to all of their sub-modules):
- [~~line_data_cls~~](https://github.com/mikeqfu/pyrcs/commit/af64bddcbf15e60743e7339f0423c1872bbf3d8e) to [line_data](https://github.com/mikeqfu/pyrcs/tree/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/line_data);
- [~~other_assets_cls~~](https://github.com/mikeqfu/pyrcs/commit/1939baac8d176ac5be992dd6f94c046b45b71555) to [other_assets](https://github.com/mikeqfu/pyrcs/tree/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/other_assets).
- Renamed the modules:
- [~~line_data~~](https://github.com/mikeqfu/pyrcs/commit/6784edee320bb0de5e4d472965df95c4819a8e5a) to [_line_data](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/_line_data.py);
- [~~other_assets~~](https://github.com/mikeqfu/pyrcs/commit/49e5f4bd0e2c9ee835cdfcb2b9d872c0ac9bb40f) to [_other_assets](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/_other_assets.py);
- [~~update~~](https://github.com/mikeqfu/pyrcs/blob/67f07a14d8e5d527cd86c85163b4d38c4278af26/pyrcs/update.py) to [updater](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/updater.py).
- Renamed the function [~~update_pkg_metadata()~~](https://github.com/mikeqfu/pyrcs/commit/116d415eb13b46fced36925d129a29b943fc8c53#diff-4527118d31dfdca143242274ac926ded7c6824b2a95a6b8304bd6c16585a1995L11) to [update_backup_data()](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/updater.py#L132) in the module [updater](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/updater.py).
- Removed the module [~~rc_psql~~](https://github.com/mikeqfu/pyrcs/commit/9ab958fa6ae7df12893509376d91535c52280e31).
- Improved the module [utils](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/utils.py) with [bug fixes](https://github.com/mikeqfu/pyrcs/commit/be2cd82881420a97784f28f6d3d16d5a4264aa28).
- Added new functions:
- [collect_site_map()](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/updater.py#L17) and [fetch_site_map()](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/updater.py#L88) to the module [updater](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/updater.py);
- [homepage_url()](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/utils.py#L21) to the module [utils](https://github.com/mikeqfu/pyrcs/blob/0e33eb393089fa706daedf31f1475dd3493c82ae/pyrcs/utils.py).

<br/>

0.2.6

(*8 March 2020*)

Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.2.5...0.2.6) since [0.2.5](https://pypi.org/project/pyrcs/0.2.5/):

- Added a new function [fix_num_stanox()](https://github.com/mikeqfu/pyrcs/blob/6b4c9214767f5b37a00ed374a049ab09ac9706b1/pyrcs/utils.py#L600) to the module [utils](https://github.com/mikeqfu/pyrcs/blob/6b4c9214767f5b37a00ed374a049ab09ac9706b1/pyrcs/utils.py).

<br/>

0.2.5

(*10 January 2020*)

Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.2.4...0.2.5) since [0.2.4](https://pypi.org/project/pyrcs/0.2.4/):

- Renamed the function [~~update_package_data()~~](https://github.com/mikeqfu/pyrcs/commit/e46e17002cd048db63dc5c7c0e074b4162377705) to [update_pkg_metadata()](https://github.com/mikeqfu/pyrcs/blob/e53a7e56146b2c20ca91e6aa278b1c333c09e69a/pyrcs/update.py#L11) in the module [update](https://github.com/mikeqfu/pyrcs/blob/e53a7e56146b2c20ca91e6aa278b1c333c09e69a/pyrcs/update.py).
- Improved the [keys of the dict-type data](https://github.com/mikeqfu/pyrcs/commit/48e2b908984f940c3abe3aba5899de5fe8c285cc) for relevant methods of the two classes: [ELRMileages](https://github.com/mikeqfu/pyrcs/blob/e53a7e56146b2c20ca91e6aa278b1c333c09e69a/pyrcs/line_data_cls/elrs_mileages.py#L244) and [SignalBoxes](https://github.com/mikeqfu/pyrcs/blob/e53a7e56146b2c20ca91e6aa278b1c333c09e69a/pyrcs/other_assets_cls/signal_boxes.py#L18).

<br/>

0.2.4

(*4 December 2019*)

Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.2.3...0.2.4) since [0.2.3](https://pypi.org/project/pyrcs/0.2.3/):

- Removed the module [~~settings~~](https://github.com/mikeqfu/pyrcs/commit/8e6340bfe078f0cd558f059f89ef1d5029ef62b4).
- Updated [import statements](https://github.com/mikeqfu/pyrcs/commit/aca6383be837a241ff0012a53a33ce5469cf676f) in some modules/sub-modules due to changes in their dependencies.
- Made [some modifications](https://github.com/mikeqfu/pyrcs/commit/0a31277fec3d87f6fe0b561a3b16d013cdd9eb8b) to a few sub-modules due to changes in the corresponding web pages of the Railway Codes website.

<br/>

0.2.3

(*4 October 2019*)

Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.2.2...0.2.3) since [0.2.2](https://pypi.org/project/pyrcs/0.2.2/):

- Fixed [a few bugs](https://github.com/mikeqfu/pyrcs/commit/7872dc917065623f3cb5f7939a065900c6070af4) in the module [utils](https://github.com/mikeqfu/pyrcs/blob/f0d8f3b271234fd6710ff6dd4dae9b6315db6c01/pyrcs/utils.py).

<br/>

0.2.2

(*27 September 2019*)

Notable [changes](https://github.com/mikeqfu/pyrcs/compare/0.2.1...0.2.2) since [0.2.1](https://pypi.org/project/pyrcs/0.2.1/):

- Improved the methods [.collect_mileage_file_by_elr()](https://github.com/mikeqfu/pyrcs/commit/3a4b210c8373de14de7740c9ca874db100687200) and [.get_conn_mileages()](https://github.com/mikeqfu/pyrcs/commit/bc45055b6d07f83bddadd29c590226d7ddb9a7d3) of the class [ELRMileages](https://github.com/mikeqfu/pyrcs/blob/4f4f3c765948f935bd8160071082c2b16237f1db/pyrcs/line_data_cls/elrs_mileages.py#L244) with bug fixes.

<br/>

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.