Pyrcs

Latest version: v1.0.1

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

Scan your dependencies

Page 1 of 5

1.0.1

(*19 March 2025*)

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

- Enhanced existing tests to improve coverage and reliability.
- Fixed minor bugs.
- Updated project requirements.

**For more information and detailed specifications, check out the [PyRCS 1.0.1 documentation](https://pyrcs.readthedocs.io/en/1.0.1/).**

<br/>

1.0.0

(*3 March 2025*)

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

- **Major Release:** Version 1.0.0 introduces significant improvements to both code and documentation.
- *Code enhancements*: Optimised performance and refactored core modules for better readability and maintainability.
- *Bug fixes*: Resolved various issues identified through practical use.
- **License Update:** This release is now licensed under the [MIT License](https://github.com/mikeqfu/pyrcs/blob/master/LICENSE), providing greater flexibility and usability.

**For more information and detailed specifications, check out the [PyRCS 1.0.0 documentation](https://pyrcs.readthedocs.io/en/1.0.0/).**

<br/>

0.3.7

(*16 September 2023*)

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

- Enhanced the functions [get_site_map()](https://github.com/mikeqfu/pyrcs/commit/c306b102bb681e4148c56fd595b784ae8da813c5#diff-9f446a48cdb82259e3132abf65a2d39122ee7d123d7968ec2b6780123c5d6819L404-R410) and [parse_tr()](https://github.com/mikeqfu/pyrcs/commit/c306b102bb681e4148c56fd595b784ae8da813c5#diff-9f446a48cdb82259e3132abf65a2d39122ee7d123d7968ec2b6780123c5d6819L65-R176) in the [parser](https://github.com/mikeqfu/pyrcs/blob/e2f6576a5d74cd6ab7070c0bfaf1dffffca78150/pyrcs/parser.py) module.
- Fixed potential bugs and made improvements to [various classes](https://github.com/mikeqfu/pyrcs/commit/df087f2a52ffe0b287ecd04e59ac08ece7b310c9).

**For more information and detailed specifications, check out [PyRCS 0.3.7 documentation](https://pyrcs.readthedocs.io/en/0.3.7/).**

<br/>

0.3.6

(*10 June 2023*)

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

- Improved the following functions and classes with bug fixes:
- [parse_tr()](https://github.com/mikeqfu/pyrcs/commit/66914b12e42bf81f7f19415ec50598efdaf0d03d) in the module [parser](https://github.com/mikeqfu/pyrcs/blob/203ab72e713c54537c4e9a4721c16c930deafd44/pyrcs/parser.py);
- [format_err_msg()](https://github.com/mikeqfu/pyrcs/commit/83e311bddcc6247f58ad2dd165195278ff7a0fe8) in the module [utils](https://github.com/mikeqfu/pyrcs/blob/203ab72e713c54537c4e9a4721c16c930deafd44/pyrcs/utils.py);
- [Stations](https://github.com/mikeqfu/pyrcs/commit/0b5062bf64214fd5ca3cd9ec7c50a33b570ad4ad) in the module [other_assets.station](https://github.com/mikeqfu/pyrcs/blob/203ab72e713c54537c4e9a4721c16c930deafd44/pyrcs/other_assets/station.py);
- [LocationIdentifiers](https://github.com/mikeqfu/pyrcs/commit/ac582ccde71e3e9309dba983ec04cb13c181a942) in the module [line_data.loc_id](https://github.com/mikeqfu/pyrcs/blob/203ab72e713c54537c4e9a4721c16c930deafd44/pyrcs/line_data/loc_id.py).

**For more information and detailed specifications, check out [PyRCS 0.3.6 documentation](https://pyrcs.readthedocs.io/en/0.3.6/).**

<br/>

0.3.5

(*26 February 2023*)

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

- Improved the following function and methods with bug fixes:
- [kilometer_to_yard()](https://github.com/mikeqfu/pyrcs/commit/994e9f3c3145ad73b47164dd898118b0a0c70ace) in the module [utils](https://github.com/mikeqfu/pyrcs/blob/46d519c2ba0a390bf053c6c90df3c79746c6381e/pyrcs/converter.py);
- [LocationIdentifiers.collect_codes_by_initial()](https://github.com/mikeqfu/pyrcs/commit/6892fc38d91f731ef4677f274262ec5bd0c4c532);
- [ELRMileages.collect_mileage_file()](https://github.com/mikeqfu/pyrcs/commit/cc2d30bff507a4f2c49c60e0cac78c9c0fdcef2a).

**For more information and detailed specifications, check out [PyRCS 0.3.5 documentation](https://pyrcs.readthedocs.io/en/0.3.5/).**

<br/>

0.3.4

(*9 January 2023*)

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

- Improved the modules [collector](https://github.com/mikeqfu/pyrcs/blob/c77554a4686b630d0b95bc155722c7e5c7a7c453/pyrcs/collector.py) and [_updater](https://github.com/mikeqfu/pyrcs/blob/c77554a4686b630d0b95bc155722c7e5c7a7c453/pyrcs/_updater.py) with a [bug fix](https://github.com/mikeqfu/pyrcs/commit/986637ed7df18bc5e656d4ba0aab736105f4dfb7).

**For more information and detailed specifications, check out [PyRCS 0.3.4 documentation](https://pyrcs.readthedocs.io/en/0.3.4/).**

<br/>

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.